ICollection(KeyValuePair(TKey, TValue)).Remove Method

Task Parallel System.Threading

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Private Function Remove ( _
	keyValuePair As KeyValuePair(Of TKey, TValue) _
) As Boolean Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Remove
C#
bool ICollection<KeyValuePair<TKey, TValue>>.Remove(
	KeyValuePair<TKey, TValue> keyValuePair
)

Parameters

keyValuePair
Type: System.Collections.Generic..::.KeyValuePair<(Of <(TKey, TValue>)>)

Implements

ICollection<(Of <(T>)>)..::.Remove(T)

See Also